English Computing Dictionary
◊ PACKED DECIMAL
packed decimal
A number representation in which each decimal digit is
represented by four bits (one {nibble}). The rightmost nibble
of the field contains the sign (positive or negative).
An n-byte packed decimal field can represent a (2n-1)-digit
decimal number.
[Where is it used? How is the sign encoded?]
(1997-06-08)